home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / wb / Variator.lha / Variator.doc < prev    next >
Text File  |  1997-03-14  |  3KB  |  87 lines

  1. SUBJECT
  2. """""""
  3.        $VER: Variator.doc 2.0 (13.03.1997)
  4.        Copyright 1991, 1997 by Dalibor Kezele
  5.  
  6. WARNING
  7. """""""
  8.        I'm not responsible if Variator causes any damage to your disks,
  9.        your programs or your data. I wrote this piece of code simply
  10.        because I needed it and I decided to put it into public together
  11.        with source code. I'm pretty sure that it hasn't "BURN_YOUR_CPU"
  12.        code included, but if something happens - don't blame me.
  13.  
  14. UTILITY
  15. """""""
  16.        Variator is very simply utility. It is made to translate numbers
  17.        from one numeric base to another. Very useful for programers, but
  18.        also for other users. Small and clear, it is ideal for running
  19.        as a background process.
  20.  
  21.        Variator converts numbers up to 32. bit. Translated to "normal"
  22.        language it would mean that the maximum number is
  23.  
  24.               % 11111111111111111111111111111111  (binar)
  25.               &                     377777777777  (octal)
  26.                                       4294967295  (decimal)
  27.               h                         FFFFFFFF  (hexadecimal)
  28.  
  29.        Entering a wrong character (e.g. "A" in octal base) or a number
  30.        biger than mentioned limit would display an error.
  31.  
  32.        I really don't have to explain how to use Variator. If you know
  33.        Workbench you'll know Variator, also. Yet, I coded small Help
  34.        window into it. Just click onto "Help" gadget or press <CR>.
  35.  
  36. SHAREWARE
  37. """""""""
  38.        Variator is PostcardWare. That means if you find it useful you
  39.        need to send a postcard to author in order to register. So, if
  40.        you use it and like it please send a postcard to the address
  41.        below. Try to send postcards which represent your country, your
  42.        nature and your nation. 
  43.  
  44. AUTHOR
  45. """"""
  46.        Address:  Dalibor Kezele
  47.                  Toplicka 127
  48.                  42204 Turcin
  49.                  Croatia
  50.  
  51.        e-mail:   dkezele@mia.os.carnet.hr
  52.  
  53. ARCHIVE
  54. """""""
  55.        variator.lha consists of:
  56.  
  57.               Variator           the program himself
  58.               Variator.info      an icon for it
  59.               Variator.c         C source code
  60.               Variator.doc       document file
  61.               Variator.doc.info  an icon for docs
  62.  
  63. HISTORY
  64. """""""
  65.  
  66.        Version 1.0 (10.02.1991)
  67.  
  68.               * first release
  69.  
  70.        Version 2.0 (13.03.1997)
  71.  
  72.               * new name (version 1.0 was called "Numeric Translator"
  73.               * improved OS2.0+ and 3D outlook
  74.               * removed ugly lines
  75.               * redesigned help and about windows
  76.               * now runs on any screen where it is started from
  77.               * optimized (both source code and exe file lenght)
  78.               * it doesn't take much time from CPU
  79.  
  80. THANKS
  81. """"""
  82.        The one and only thanks has to go to Andreas Magnuson who wrote
  83.        me big e-mail reporting Enforcer hits caused by Variator.
  84.        Unfortunatelly, I have Amiga 500 with "obsolete" OS in ROM and
  85.        soft 2.04 and I'm not able to use all those magnificant
  86.        debuging tools. 
  87.